1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Debug|Win32">
5 <Configuration>Debug</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Release|Win32">
9 <Configuration>Release</Configuration>
10 <Platform>Win32</Platform>
11 </ProjectConfiguration>
12 <ProjectConfiguration Include="Debug|x64">
13 <Configuration>Debug</Configuration>
14 <Platform>x64</Platform>
15 </ProjectConfiguration>
16 <ProjectConfiguration Include="Release|x64">
17 <Configuration>Release</Configuration>
18 <Platform>x64</Platform>
19 </ProjectConfiguration>
21 <PropertyGroup Label="Globals">
22 <ProjectGuid>{BCC01D55-F83D-4823-A687-EC7FC9EB9B61}</ProjectGuid>
23 <RootNamespace>DjinnandTonicErobeats</RootNamespace>
24 <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
26 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
28 <ConfigurationType>Application</ConfigurationType>
29 <UseDebugLibraries>true</UseDebugLibraries>
30 <PlatformToolset>v140</PlatformToolset>
31 <CharacterSet>MultiByte</CharacterSet>
33 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
34 <ConfigurationType>Application</ConfigurationType>
35 <UseDebugLibraries>false</UseDebugLibraries>
36 <PlatformToolset>v140</PlatformToolset>
37 <WholeProgramOptimization>true</WholeProgramOptimization>
38 <CharacterSet>MultiByte</CharacterSet>
40 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
41 <ConfigurationType>Application</ConfigurationType>
42 <UseDebugLibraries>true</UseDebugLibraries>
43 <PlatformToolset>v140</PlatformToolset>
44 <CharacterSet>MultiByte</CharacterSet>
46 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
47 <ConfigurationType>Application</ConfigurationType>
48 <UseDebugLibraries>false</UseDebugLibraries>
49 <PlatformToolset>v140</PlatformToolset>
50 <WholeProgramOptimization>true</WholeProgramOptimization>
51 <CharacterSet>MultiByte</CharacterSet>
53 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
54 <ImportGroup Label="ExtensionSettings">
56 <ImportGroup Label="Shared">
58 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
59 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
61 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
62 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
64 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
65 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
67 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
68 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
70 <PropertyGroup Label="UserMacros" />
71 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
72 <IncludePath>$(SolutionDir)/deps/include/;$(IncludePath)</IncludePath>
73 <LibraryPath>$(SolutionDir)/deps/lib/;$(LibraryPath)</LibraryPath>
75 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
76 <IncludePath>$(SolutionDir)/deps/include/;$(IncludePath)</IncludePath>
77 <LibraryPath>$(SolutionDir)/deps/lib/;$(LibraryPath)</LibraryPath>
79 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
81 <WarningLevel>Level3</WarningLevel>
82 <Optimization>Disabled</Optimization>
83 <SDLCheck>true</SDLCheck>
84 <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
87 <AdditionalDependencies>opengl32.lib;glew32.lib;SDL2.lib;SDL2_image.lib;SDL2_mixer.lib;SDL2_ttf.lib;SDL2main.lib;SDL2test.lib;zdll.lib;%(AdditionalDependencies)</AdditionalDependencies>
88 <SubSystem>Console</SubSystem>
90 </ItemDefinitionGroup>
91 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
93 <WarningLevel>Level3</WarningLevel>
94 <Optimization>Disabled</Optimization>
95 <SDLCheck>true</SDLCheck>
97 </ItemDefinitionGroup>
98 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
100 <WarningLevel>Level3</WarningLevel>
101 <Optimization>MaxSpeed</Optimization>
102 <FunctionLevelLinking>true</FunctionLevelLinking>
103 <IntrinsicFunctions>true</IntrinsicFunctions>
104 <SDLCheck>true</SDLCheck>
105 <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
106 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
109 <EnableCOMDATFolding>true</EnableCOMDATFolding>
110 <OptimizeReferences>true</OptimizeReferences>
111 <AdditionalDependencies>opengl32.lib;glew32.lib;SDL2.lib;SDL2_image.lib;SDL2_mixer.lib;SDL2_ttf.lib;SDL2main.lib;SDL2test.lib;zdll.lib;%(AdditionalDependencies)</AdditionalDependencies>
112 <SubSystem>Console</SubSystem>
114 </ItemDefinitionGroup>
115 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
117 <WarningLevel>Level3</WarningLevel>
118 <Optimization>MaxSpeed</Optimization>
119 <FunctionLevelLinking>true</FunctionLevelLinking>
120 <IntrinsicFunctions>true</IntrinsicFunctions>
121 <SDLCheck>true</SDLCheck>
124 <EnableCOMDATFolding>true</EnableCOMDATFolding>
125 <OptimizeReferences>true</OptimizeReferences>
127 </ItemDefinitionGroup>
129 <ClInclude Include="ioapi.h" />
130 <ClInclude Include="iowin32.h" />
131 <ClInclude Include="mztools.h" />
132 <ClInclude Include="unzip.h" />
133 <ClInclude Include="zip.h" />
134 <ClInclude Include="Animation.h" />
135 <ClInclude Include="crypt.h" />
136 <ClInclude Include="EndCard.h" />
137 <ClInclude Include="FileIO.h" />
138 <ClInclude Include="Fonts.h" />
139 <ClInclude Include="Language.h" />
140 <ClInclude Include="Level1.h" />
141 <ClInclude Include="Level2.h" />
142 <ClInclude Include="Level3.h" />
143 <ClInclude Include="Level4.h" />
144 <ClInclude Include="Level5.h" />
145 <ClInclude Include="LevelSelect.h" />
146 <ClInclude Include="BGM.h" />
147 <ClInclude Include="LevelTemplate.h" />
148 <ClInclude Include="Menu.h" />
149 <ClInclude Include="MessageBox.h" />
150 <ClInclude Include="ModeSelect.h" />
151 <ClInclude Include="RhythmIO.h" />
152 <ClInclude Include="ScreenTemplate.h" />
153 <ClInclude Include="SettingsInit.h" />
154 <ClInclude Include="RescourceKeys.h" />
155 <ClInclude Include="SFX.h" />
156 <ClInclude Include="MusicRoom.h" />
157 <ClInclude Include="ResourceMaster.h" />
158 <ClInclude Include="ScreenNames.h" />
159 <ClInclude Include="Settings.h" />
160 <ClInclude Include="SDLGraphics.h" />
161 <ClInclude Include="SplashScreen.h" />
162 <ClInclude Include="TempoTools.h" />
163 <ClInclude Include="Trainer.h" />
166 <ClCompile Include="ioapi.c" />
167 <ClCompile Include="iowin32.c" />
168 <ClCompile Include="mztools.c" />
169 <ClCompile Include="unzip.c" />
170 <ClCompile Include="zip.c" />
171 <ClCompile Include="Animation.cpp" />
172 <ClCompile Include="endcard.cpp" />
173 <ClCompile Include="fileio.cpp" />
174 <ClCompile Include="Fonts.cpp" />
175 <ClCompile Include="Language.cpp" />
176 <ClCompile Include="level1.cpp" />
177 <ClCompile Include="level2.cpp" />
178 <ClCompile Include="level3.cpp" />
179 <ClCompile Include="Level4.cpp" />
180 <ClCompile Include="Level5.cpp" />
181 <ClCompile Include="LevelSelect.cpp" />
182 <ClCompile Include="BGM.cpp" />
183 <ClCompile Include="LevelTemplate.cpp" />
184 <ClCompile Include="Main.cpp" />
185 <ClCompile Include="Menu.cpp" />
186 <ClCompile Include="MessageBox.cpp" />
187 <ClCompile Include="ModeSelect.cpp" />
188 <ClCompile Include="RhythmIO.cpp" />
189 <ClCompile Include="ScreenTemplate.cpp" />
190 <ClCompile Include="SettingsInit.cpp" />
191 <ClCompile Include="SFX.cpp" />
192 <ClCompile Include="MusicRoom.cpp" />
193 <ClCompile Include="ResourceMaster.cpp" />
194 <ClCompile Include="Settings.cpp" />
195 <ClCompile Include="SDLGraphics.cpp" />
196 <ClCompile Include="SplashScreen.cpp" />
197 <ClCompile Include="TempoTools.cpp" />
198 <ClCompile Include="Trainer.cpp" />
200 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
201 <ImportGroup Label="ExtensionTargets">